IGroup.RemoveAxis method
Removes an axis from a group. The command cannot be buffered. If there is no axis left in the group, the state changes to GroupDisabled.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
void RemoveAxis(
IAxis axis
)
Sub RemoveAxis(
axis As IAxis
)
Parameters
axis
Type: IAxis
The axis to be removed from the group.
Remarks
If sent to a group that is not in GroupDisabled, it generates an error and the method is not executed.
See also